
body{
            -moz-user-select: none; /*火狐*/ /*禁止用户在页面选择文字*/
            -webkit-user-select: none; /*webkit浏览器*/
            -ms-user-select: none; /*IE10*/
            -khtml-user-select: none; /*早期浏览器*/
            user-select: none;
}
.header{
    margin-bottom: 10px;
}
.header .top{
    background:#f7f7f7;

}
.header .top .lf{
    float: left;
}
.header .top .top_con{
     height: 40px;
     width:1200px;
     margin: 0 auto;
}
.header .top p{
    font-size:14px;
    color: #999;
    line-height: 40px;
    margin-right: 55px;
    float: left;
}
.header .top .lf .greet{
    float: left;
}
.header .top .lf .greet p{
      margin-right:9px;
}
.header .top .lf .greet a{
      float: left;
      width: 45px;
      height:20px;
      text-align: center;;
      line-height:20px;
      border-radius: 5px;
      font-size: 14px;
      color:#999;
      border: 1px solid #0093dd;
      margin-right:15px;
      margin-top:9px;
}
.header .top .lf .greet a:hover{
      color:#fff;
      background:#0093dd;
}
.header .top .rg{
    float: right;
}
.header .top .rg span{
    float:left;
    height:20px;
    padding:0 10px;
    border-right: 1px solid #ddd;
    margin-top:10px;
    position:relative;
}
.header .top .rg .ewm:hover .ewm-box{
   display:block;
}
.header .top .rg .phone:hover .phone-box{
   display:block;
}
.header .top .rg .ewm .ewm-box{
    position:absolute;
    top:30px;
    left:0;
    width:125px;
    height:125px;
    background:#fff;
    padding:12.5px;
    box-sizing:border-box;
    display:none;
}
.header .top .rg .phone .phone-box{
    position:absolute;
    top:30px;
    left:0;
    width:125px;
    height:125px;
    background:#fff;
    padding:12.5px;
    box-sizing:border-box;
    display:none;
}
.header .top .rg .ewm .ewm-box img{
  width:100px;
  height:100px;
}
.header .top .rg .phone .phone-box img{
  width:100px;
  height:100px;
}
.header .top .rg span img{
    float:left;
}
.header .top .rg span p{
     margin:0 10px;
     line-height:20px;
}
.header .top .rg span .down{
    margin-top:8px;
}
.header .top .rg span .icon{
    margin-top:2px;
}
.header .top .rg i{
    font-size:14px;
    color: #999;
    line-height: 40px;
    float: left;
    padding-left: 10px;
}
.header .top .rg i a{
  color: #999;
}
.header .logo{
    width:1200px;
    height:120px;
    margin:0 auto;
}
.header .logo .lf{
    float: left;
    margin-top:22px;
}
.header .logo .rg{
    float:right;
    margin-top:35px;
}
.header .logo .rg input{
   float: left;
   width:467px;
   height:44px;
   line-height:44px;
   color:#999;
   font-size:16px;
   border:2px solid #fa5a02;
   box-sizing:border-box;
   border-radius:5px 0 0 5px;
   padding-left: 10px;
   border-right:none;
}
.header .logo .rg .btn{
    width:108px;
    height:44px;
    float: left;
    cursor: pointer;
}
.header .nav{
    background:#0069c3;
}
.header .nav .nav_con{
    width:1200px;
    margin:0 auto;
    height:52px;
    position: relative;
    font-size:18px;
    color:#fff;
    padding-left: 250px;
    box-sizing:border-box;
}
.header .nav .nav_con .all{
    display: block;
    position:absolute;
    width:220px;
    height:56px;
    text-align:center;

     background:#0093dd;
     left:0;
     top:-2px;
     color:#fff;
     padding-top:16px;
     box-sizing:border-box;
     padding-left:40px;
}
.header .nav .nav_con .all img{
    float: left;
    margin-right:10px;
    margin-top:2px;
}
.header .nav .nav_con .all span{
   float: left;

}

.header .nav .nav_con ul li{
    float: left;

}
.header .nav .nav_con ul li a{
    display: block;
    height:52px;
    color:#fff;
    line-height:52px;
    padding:0 44px;
    box-sizing:border-box;
}
.header .nav .nav_con ul li.on a{
    background:#fa5a02;
}
.header .nav .nav_con ul li:hover a{
    background:#fa5a02;
}

.content{
    width:1200px;
    margin:0 auto;
    min-height:600px;
}
.content .content1 .lf{
    float: left;
    margin-right:10px;
}
.content .content1 .lf .nav{
     width:220px;
     // padding:0 10px;
     box-sizing:border-box;
     background:#f7f7f7;
     margin-bottom:10px;
}
.content .content1 .lf .nav .ul li{
    position:relative;

}
.content .content1 .lf .nav .ul li .ultxt{
    padding:15px 10px;
    padding-bottom:10px;
    font-size:14px;
    position:relative;
    border:1px solid #f7f7f7;
    border-bottom: 1px solid #ddd;
    box-sizing:border-box;
    z-index: 9999;
  }
.content .content1 .lf .nav .ul li:hover .ultxt{

      border:1px solid #0093dd;
      background:#fff;
      border-right:1px solid #fff;

}
.content .content1 .lf .nav .ul li:hover .box{
      display: block;
}
.content .content1 .lf .nav .ul li .tit{
    overflow:hidden;
    margin-bottom:15px;
    position:relative;
    z-index:9999;
}
.content .content1 .lf .nav .ul li .tit span{
     float: left;
     width:3px;
     height:15px;
     background:#0093dd;
     margin-right:10px;
     margin-top:7px;
}
.content .content1 .lf .nav .ul li .tit p{
     font-size:18px;
     color:#333;
      float: left;
}
.content .content1 .lf .nav .ul li .tit img{
     float:right;
     margin-top:7px;
}
.content .content1 .lf .nav .ul li .list{
    padding-left:4px;
    position:relative;
    z-index:9999;
}
.content .content1 .lf .nav .ul li .list a{
    display:inline-block;
    margin-right:10px;
    color:#666;
    margin-bottom:10px;
}
.content .content1 .lf .nav .ul li .list a:hover{
    color:#0093dd;
    text-decoration:underline;
}
.content .content1 .lf .nav .ul li .box{
    padding:15px 0 15px 30px;
    width:740px;
    box-sizing:border-box;
    border: 1px solid #0093dd;
    position:absolute;
    left:218.4px;
    top:-135px;
    background:#fff;
    box-shadow: 2px 2px 2px #999;
    z-index:98;
    display:none;
    min-height:250px;

}
.content .content1 .box .list_nav{
    overflow:hidden;
     position:relative;
    padding:15px 0;
}
.content .content1 .box .list_nav .wire{
   width:690px;
   height:1px;
   background:#ddd;
   position:absolute;
   left:0;
   bottom: 0;

}
.content .content1 .box .list_nav .btit{
      float: left;
      width:98px;
      margin-right:18px;
}
.content .content1 .box .list_nav .btit h2{
    float:right;
    font-size:16px;
    color:#0093dd;
    margin-bottom:10px;
}
.content .content1 .box .list_nav .btit p{
    font-size:14px;
    color:#333;
    float:right;
}
.content .content1 .box .list_nav .lista{
      float: left;
      width:587px;
}
.content .content1 .box .list_nav .lista a{
      font-size:14px;
      color:#333;
      margin-right:15px;
      margin-bottom:10px;
      float: left;
}
.content .content1 .box .list_nav .lista a:hover{
     color:#0093dd;
     text-decoration:underline;
}
.content .content1 .box .list_nav .lista a:hover span{
     color:#0093dd;
}
.content .content1 .box .list_nav .lista a span{
    color:#999;
}

.content .content1 .lf .news_state .tit{
    height:40px;
    background:#f7f7f7;
    line-height:40px;
    padding:0 12px;
    box-sizing:border-box;
    overflow: hidden;
}
.content .content1 .lf .news_state .tit p{
     float: left;
     font-size:18px;
     color:#333;
     height:40px;

}
.content .content1 .lf .news_state .tit a{
        float: right;
        font-size:14px;
        color:#999;
        height:40px;

}
.content .content1 .lf .news_state .txt{
       padding:15px 10px;
}
.content .content1 .lf .news_state .txt a{
     display: block;
     line-height:30px;
     position:relative;

}
.content .content1 .lf .news_state .txt a span{
       display:inline-block;
       width:6px;
       height:6px;
       border-radius:50%;
       background:#0093dd;
       margin-right:6px;
}
.content .content1 .lf .news_state .txt a p{
        display:inline-block;
        font-size:14px;
        color:#333;
  }
.content .content1 .lf .news_state .txt a p:hover{
    text-decoration:underline;
    color:#0093dd;
}
.content .content1 .lf .news_state .txt a img{
          padding-top:2px;
          position:absolute;
          right:0;
          top:5px;
  }

.content .content1 .center{
     float: left;
     width:720px;
     margin-right:10px;
}
.content .banner{
   margin-bottom:20px;
}
.content .banner .slideBox{
    position:relative;
}
.content .banner .slideBox img{
    width:720px;
    height:280px;
}
.content .banner .slideBox .hd {
    position: absolute;
    // width: 100%;
    display:inline-block;
    bottom: 20px;
    right:2px;
    text-align: center;
    z-index:10;
    overflow: hidden;
}
.content .banner .slideBox .hd ul{
    text-align:center;
}
.content .banner .slideBox .hd ul li{
     display:inline-block;
     width:20px;
     height:20px;
     background:#0093dd;
     border-radius: 100%;
     margin-right:18px;
     color:#fff;
     line-height:20px;
     cursor:pointer;
}
.content .banner .slideBox .hd ul li.on{
     background:#fa5a02;
}
.content .center .recommend .tit{
   overflow: hidden;
}
.content .center .recommend .tit span{
    float: left;
     width:3px;
     height:15px;
     background:#0093dd;
     margin-right:10px;
     margin-top:7px;
}
.content .center .recommend .tit p{
     font-size:18px;
     color:#333;
     padding-bottom:10px;
     border-bottom:1px solid #eee;
}
.content .center .recommend ul{
    overflow: hidden;
     padding-left:20px;
     padding-top:10px;
     box-sizing:border-box;
}
.content .center .recommend ul li{
      float: left;
      margin-right:30px;
      margin-bottom:35px;

}
.content .center .recommend ul li:hover h2{
     color:#0093dd !important;
  text-decoration:underline;
}
.content .center .recommend ul li:hover a{
    color:#fff !important;
    background:#fa5a02;
}
.content .center .recommend ul li img{
    float:left;
    width:120px;
    height:160px;
    margin-right:15px;
}
.content .center .recommend ul li .txt{
   float:left;
   width:185px;

}
.content .center .recommend ul li .txt h2{
     font-size:16px;
     color:#333;
     font-weight: normal;
     line-height:16px;
     margin-bottom:10px;
}
.content .center .recommend ul li .txt p{
      font-size:14px;
      color:#666;
      line-height:28px;
      margin-bottom:15px;
      text-indent:25px;
}
.content .center .recommend ul li .txt a{
     display: block;
     width:90px;
     height:30px;
     border-radius:30px;
     text-align:center;
     line-height:30px;
     font-size:14px;
     color:#fa5a02;
     border:1px solid #fa5a02;
}

.content .content1 .rg{
    width:240px;
    float: right;
}
.content .content1 .rg .zd{
    height:279px;
    margin-bottom:20px;
}

.content .content1 .rg .journal .tit{
    height:44px;
   // border-bottom:1px solid #eee;
    line-height:44px;
    padding:0 12px;
    box-sizing:border-box;
    overflow: hidden;
}
.content .content1 .rg .journal .tit p{
     float: left;
     font-size:18px;
     color:#333;
     height:44px;
     font-weight:bold;
}
.content .content1 .rg .journal .tit a{
        float: right;
        font-size:14px;
        color:#999;
        height:40px;

}
.content .content1 .rg .journal .tit span{
    float: left;
     width:3px;
     height:15px;
     background:#0093dd;
     margin-right:10px;
     margin-top:15px;
}

.content .content1 .rg .journal .txt{
       padding:20px 10px;
}
.content .content1 .rg .journal .txt a{
     display: block;
     line-height:30px;


}
.content .content1 .rg .journal .txt a span{
       display:inline-block;
       width:6px;
       height:6px;
       border-radius:50%;
       background:#0093dd;
       margin-right:6px;
}
.content .content1 .rg .journal .txt a p{
        display:inline-block;
        font-size:14px;
        color:#333;
  }
.content .content1 .rg .journal .txt a img{
     position:absolute;
     margin-top:7px;
  }

.content .content2{
    margin-bottom:20px;
}
.content .adimg{
   margin-bottom:20px;
}
.content .adimg img{
    height:120px;

}

.content .content2 .lf{
    width:950px;
    float: left;
}
.content .content2 .lf .nav .tit{
    float:left;
    width:208px;
    height:49px;
    text-align:center;
    line-height:49px;
    font-size:18px;
    color:#0093dd;
    background:url("../images/frame.jpg");
    margin-right:20px;
}
.content .content2 .lf .nav .nav_box{
    float: left;
    position:relative;
}
.content .content2 .lf .nav .nav_box ul {
   margin-top:-10px;
}
.content .content2 .lf .nav .nav_box ul li{
    float:left;
    margin-right:40px;
     position:relative;
}
.content .content2 .lf .nav .nav_box ul li a{

      display: block;
      font-size:16px;
      color:#333333;
      padding-bottom:8px;
      border-bottom:2px solid #fff;
}

.content .content2 .lf .nav .nav_box ul li span{
    display: none;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    border-bottom: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    color:#0093dd;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left: -8px;
}
.content .content2 .lf .nav .nav_box ul li.on span{
     display:block;
}
.content .content2 .lf .nav .nav_box ul li.on a{
    color:#0093dd;
    border-bottom:2px solid #0093dd;
}
.content .content2 .lf .nav .nav_box ul li:hover span{
     display:block;
}
.content .content2 .lf .nav .nav_box ul li:hover a{
       color:#0093dd;
    border-bottom:2px solid #0093dd;
}
.content .content2 .lf .nav .nav_box .nav_a {
   width:700px;
   overflow:hidden;
   height:25px;
   position:absolute;
   left:-10px;
   top:32px;
   display:none;
}
.content .content2 .lf .nav .nav_box .nav_a .li{
    float: left;
}
.content .content2 .lf .nav .nav_box .nav_a a{
    float: left;
      font-size:14px;
      color:#666;
      padding:0 10px;

}
.content .content2 .lf .nav .nav_box .nav_a a:hover{
    color:#0093dd;
}
.content .content2 .lf .nav .nav_box .nav_a  span{
        float: left;
        display:inline-block;
       width:1px;
       height:10px;
       background:#666;
       margin-top:6px;

}
.content .content2 .lf .lf_con{
     margin-top:20px;
    border-right:1px solid #eee;
      border-bottom:1px solid #eee;
}
.content .content2 .lf .lf_con ul{
    display:none;
}
.content .content2 .lf .lf_con ul li{
     width:25%;
     height:256px;

     box-sizing:border-box;
     text-align:center;
      border-top:1px solid #eee;
      border-left:1px solid #eee;
      float: left;
      padding: 0 1px 1px 0;


}
.content .content2 .lf .lf_con ul li:hover{
     border:1px solid #fa5a02;
     padding:0;
}
.content .content2 .lf .lf_con ul li img{
     display:inline-block;
      margin-top:20px;
      width:120px;
      height:160px;
      margin-bottom:4px;
}
.content .content2 .lf .lf_con ul li .img img{
    width:120px;
      height:160px;
}
.content .content2 .lf .lf_con ul li p{
      font-size:16px;
      color:#333;
      margin-bottom:2px;
      overflow: hidden;
     text-overflow:ellipsis;
     white-space: nowrap;
     padding:0 30px;
     box-sizing:border-box;
}
.content .content2 .lf .lf_con ul li span{
       font-size:14px;
      color:#666;

}
.content .content2 .rg{
    float: right;
    width:240px;
    margin-top:-8px;
}
.content .content2 .rg .tit{
     height:40px;
     line-height:40px;
     padding-left:12px;
     box-sizing:border-box;
     font-size:16px;
     color:#333;
     border:1px solid #eee;
     background:#f7f7f7;
     font-weight:bold;
}
.content .content2 .rg .tit a{
     color:#333;
}
.content .content2 .rg ul{
       padding:0 10px;
       box-sizing:border-box;
        border-left:1px solid #eee;
         border-right:1px solid #eee;
}
.content .content2 .rg ul li{
   padding:18.4px 10px;
   box-sizing:border-box;
   border-bottom:1px solid #eee;
   overflow: hidden;
}
.content .content2 .rg ul li .img{
     float: left;
     width:50px;
     height:72px;
     margin-right:15px;
}
.content .content2 .rg ul li .img img{
    width:50px;
     height:72px;
}
.content .content2 .rg ul li .txt{
     padding-top:5px;
     float: left;
     max-width: 130px;
}
.content .content2 .rg ul li .txt .h2{
     display: block;
     font-size:16px;
     color:#333;
     margin-bottom:5px;
     line-height:16px;
     overflow: hidden;
     text-overflow:ellipsis;
     white-space: nowrap;
}
.content .content2 .rg ul li .txt a:hover{
    text-decoration:underline;
    color:#0093dd;
}
.content .content2 .rg ul li .txt  .p{
   display: block;
     font-size:14px;
     color:#666;
}
.content .content2 .rg ul li .txt  p{
  font-size:14px;
     color:#666;
}
.content .content2 .rg ul li .txt  p span{
    color:#fa5a02;
    line-height:15px;
}


.content .published{
  width:1200px;
  height:196px;
  margin:0 auto;
  background:url("../images/published_bg.jpg");
  padding:20px 25px;
  box-sizing:border-box;
  margin-bottom:20px;
}
.content .published .lf{
    float: left;
    width:505px;
}
.content .published .lf h2{
    font-size:16px;
    color:#333;
    margin-bottom:15px;
    font-weight:bold;
}
.content .published .lf ul li{
    float: left;
    width:65px;
    height:30px;
    text-align:center;
    line-height:30px;
    background:#fff;
    border:1px solid #eee;
    border-radius:5px;
    margin-right:6px;
    margin-bottom:6px;
}
.content .published .lf ul li a{
    color:#333;
}
.content .published .lf ul li.on{
    background:#fa5a02;
}
.content .published .lf ul li.on a{
     color:#fff;
}
.content .published .wire{
   width:1px;
   height:135px;
   background:#ddd;
   float: left;
   margin:15px 20px;
}
.content .published .rg_list{
    float: left;
}
.content .published .rg_list .on{
  display:block;
}
.content .published .rg {
    float: left;
    display:none;
    text-align:center;
}
.content .published .rg .just{
    float: left;
    margin-right:54px;
    width:265px;
}
.content .published .rg .blessing{
    float: left;
    width:265px;
}
.content .published .rg .tit{
     display:inline-block;
     position:relative;
     width:62px;
     height:26px;
     text-align:center;
     line-height:26px;
     font-size:16px;
     color:#fff;
     background:#0093dd;
     border-radius:5px;
}
.content .published .rg .tit span{
    display: block;
     width: 0px;
    height: 0px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    color:#0093dd;
    position:absolute;
    bottom:-7px;
    left:50%;
    margin-left: -8px;
}
.content .published .rg .txt{
    margin-top:15px;
}
.content .published .rg .txt p{
     font-size:14px;
     line-height:26px;
     color:#333;
     text-align:left;
}
.content .detection{
    margin-bottom:20px;
}
.content .detection .tit{
   overflow: hidden;
   margin-bottom:10px;
}
.content .detection .tit span{
    float: left;
     width:3px;
     height:15px;
     background:#0093dd;
     margin-right:10px;
     margin-top:7px;
}
.content .detection .tit p{
     font-size:18px;
     color:#333;
     font-weight:bold;
}

.content .detection .hint{
      height:60px;
      background:#f8f8f8;
      line-height:60px;
      padding-left:15px;
      box-sizing:border-box;
      font-size:14px;
      color:#333;
      border:1px solid #eee;
      margin-bottom:10px;
}

.content .detection ul li{
     float: left;
      width:160px;
      margin-right:13px;
      text-align:center;
      margin-bottom:15px;
}
.content .detection ul li .img{
     height:70px;
     background:#e8e8e6;
     margin-bottom:10px;
     border: 1px solid #eee;
}
.content .detection ul li .img img{
     width:100%;
     height:100%;
}
.content .detection ul li h3{
     font-size:16px;
     color:#333;
     font-weight:normal;
     margin-bottom:2px;
}
.content .detection ul li p{
     font-size:14px;
     color:#666;
}
.content .detection ul li p span{
    color:#fa5a02;
}


.content .contribute{
    width:1200px;
    margin:0 auto;
    padding-top:10px;
    margin-bottom:20px;
}

.content .contribute .lf{
     width:850px;
     float: left;
     box-sizing:border-box;
}
.content .contribute .tit{
    height:35px;
    background:#d9effa;
    line-height:35px;
    position:relative;
}
.content .contribute .tit .bg{
     width:230px;
     height:40px;
     background:url("../images/contribute_bg.png");
     position:absolute;
     left0;
     top:-5px;
     font-size:18px;
     color:#fff;
     font-weight:bold;
     padding-left:20px;
     box-sizing:border-box;
     line-height:40px;
}

.content .contribute .tit a{
     float: right;
     font-size:14px;
     color:#666;
     margin-right:20px;
}
.content .contribute .lf .nav{
   // width:850px;
     height:45px;
     border-bottom:2px solid #0093dd;
     overflow:hidden;
}
.content .contribute .lf .td1{
     width:105px;
     float: left;
     margin-right:20px;
}
.content .contribute .lf .td2{
     width:208px;
     float: left;
     margin-right:20px;
}
.content .contribute .lf .td3{
     width:335px;
     float: left;
     margin-right:20px;
}
.content .contribute .lf .td4{
     width:125px;
     float: left;
}
.content .contribute .lf .nav p{
    font-size:16px;
    line-height:45px;
     color:#333;
     font-weight:bold;
}
.content .contribute .lf .td4 p{
   overflow: visible !important;
}
.content .contribute .lf .td1 p{
       margin-left:18px;
}
.content .contribute .lf .nav .td2 p{
       margin-left:24px;
}
.content .contribute .lf .nav .td3 p{
       margin-left:98px;
}
.content .contribute .lf .nav .td4 p{
       margin-left:25px;
}
.content .contribute .lf ul li{
    overflow:hidden;
}
.content .contribute .lf ul li p{
    font-size:14px;
    color:#333;
    line-height:45px;
     white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;

}

.content .contribute .rg{
     width:325px;
     float: right;
     box-sizing:border-box;
}
.content .contribute .rg ul{
    padding:25px 20px;
    box-sizing:border-box;
    border-bottom:1px solid #eee;
    padding-bottom:0;
}
.content .contribute .rg ul li{
   background:url("../images/qbg.png") 0 center no-repeat;
   padding-left:30px;
   margin-bottom:17px;
}
.content .contribute .rg ul li p{
    font-size:14px;
    color:#333;
    width:230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.content .contribute .rg ul li p:hover{
    color:#0093dd;
    text-decoration:underline;
}


.content .paper{
     margin-bottom:25px;
}
.content .paper .tit{
    height:30px;
   border-bottom:1px solid #eee;
    line-height:30px;
    box-sizing:border-box;
    overflow: hidden;
    margin-bottom:10px;
}
.content .paper .tit p{
     float: left;
     font-size:18px;
     color:#333;
     height:30px;
     font-weight:bold;
     line-height:20px;
}
.content .paper .tit span{
    float: left;
     width:3px;
     height:15px;
     background:#0093dd;
     margin-right:10px;
     margin-top:3px;
}

.content .paper .paper_list ul{
   float: left;


}
.content .paper .paper_list ul li {
  width:230px;
    float: left;
     margin-right:10px;
     margin-bottom:15px;
}
.content .paper .paper_list ul li .nav_tit{
    height:52px;
    line-height:47px;
     padding:0 15px;
     box-sizing:border-box;
     overflow:hidden;
     border-bottom:5px solid #a6d9de;
     background:#4eb3bd;
}
.content .paper .paper_list ul li .nav_tit h2{
     font-size:18px;
     color:#fff;
     font-weight:bold;
     float: left;
}
.content .paper .paper_list ul li .nav_tit a{
     float: right;
    font-size:14px;
    color:#fff;
}
.content .paper .paper_list ul li .paper_con{
    padding:15px;
    box-sizing:border-box;
    border:1px solid #eee;
    border-top:none;
    padding-bottom:0;
}
.content .paper .paper_list ul li .paper_con a{
   display: block;
   overflow:hidden;
   margin-bottom:10px;

}
.content .paper .paper_list ul li .paper_con a span{
     width:6px;
     height:6px;
     border-radius:100%;
     background:#4eb3bd;
     margin-right:5px;
     float: left;

     margin-top:9px;
}
.content .paper .paper_list ul li .paper_con a p{

     font-size:14px;
     color:#333;
     width:170px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
       float: left;
}

.footer{
    height:205px;
    background:#f5f5f5;
}
.footer .footer_con{
    width:1200px;
    margin:0 auto;
    padding-top:30px;
    box-sizing:border-box;
}
.footer .footer_con h2{
   font-size:18px;
   color:#333;
   margin-bottom:10px;
}
.footer .footer_con .list_a{
    overflow:hidden;
    padding-bottom:25px;
    border-bottom:1px solid #ddd;
    margin-bottom:30px;
}
.footer .footer_con .list_a a{
      font-size:14px;
      color:#666;
      margin-right:15px;
      margin-bottom:5px;
      float: left;
}
.footer .footer_con .nav_a{
    text-align:center;
    margin-bottom:20px;
}
.footer .footer_con .nav_a a{
    font-size:14px;
    color:#333;
}
.footer .footer_con p{
    font-size:14px;
    color:#999;
    margin-bottom:30px;
    text-align:center;
}
.footer .footer_con .footer_img{
    text-align:center;
}
.footer .footer_con .footer_img img{
     margin-right:25px;
}

/*列表筛选*/
.content .crumbs{
    height:40px;
    border:1px solid #eee;
    padding-left:30px;
    box-sizing:border-box;
    margin-bottom:10px;
}
.content .crumbs a{
    font-size:14px;
    color:#333;
    line-height:40px;
}
.content .crumbs a.on{
     color:#0069c3;
}
.content .list_filtern{
    padding-bottom:30px;
    border:1px solid #eee;
    border-top:none;
    position:relative;
    margin-bottom:35px;
}
.content .list_filtern .box-item-first{
     padding:10px 20px 10px 30px;
     box-sizing:border-box;
     border-bottom:1px solid #eee;
     overflow:hidden;
}
.content .list_filtern .box-item-first .l{
    font-size:14px;
    color:#333;
    margin-right:34px;
    float: left;
    min-width: 90px;
    text-align:right;
}
.content .list_filtern .box-item-first .on{
      background:#fa5a02;
    color:#fff !important;
}
.content .list_filtern .box-item-first .h {
     float: left;
     margin-right:23px;
}
.content .list_filtern .box-item-first .h a{
    font-size:14px;
    color:#333;
    display: block;
    width:48px;
    height:24px;
    text-align:center;
    line-height:24px;
    border-radius:5px;

}
.content .list_filtern .box-item-first a:hover{
    background:#fa5a02;
    color:#fff !important;
}
.content .list_filtern .box-item-first .r{
     float: left;
     overflow:hidden;
}
.content .list_filtern .box-item-first .r .tit{
      margin-bottom:5px;
}
.content .list_filtern .box-item-first .r a{
     display:inline-block;
     padding:5px 10px;
     border-radius:5px;
     color:#333;
}
.content .list_filtern .box-item-first .r ul{
    overflow:hidden;
    width:750px;
}
.content .list_filtern .box-item-first .r ul li{
     float: left;
     margin-right:5px;
}



.content .list_filtern .box-item{
     padding:10px 20px 10px 30px;
     box-sizing:border-box;
     border-bottom:1px solid #eee;
     overflow:hidden;
}
.content .list_filtern .box-item .l{
    font-size:14px;
    color:#333;
    margin-right:34px;
    float: left;
    min-width: 90px;
    text-align:right;
}
.content .list_filtern .box-item .on{
      background:#fa5a02;
    color:#fff !important;
}
.content .list_filtern .box-item .h {
     float: left;
     margin-right:23px;
}
.content .list_filtern .box-item .h a{
    font-size:14px;
    color:#333;
    display: block;
    width:48px;
    height:24px;
    text-align:center;
    line-height:24px;
    border-radius:5px;

}
.content .list_filtern .box-item a:hover{
    background:#fa5a02;
    color:#fff !important;
}
.content .list_filtern .box-item .r{
     float: left;
     overflow:hidden;
}
.content .list_filtern .box-item .r .tit{
      margin-bottom:5px;
}
.content .list_filtern .box-item .r a{
     display:inline-block;
     padding:5px 10px;
     border-radius:5px;
     color:#333;
}
.content .list_filtern .box-item .r ul{
    overflow:hidden;
    width:750px;
}
.content .list_filtern .box-item .r ul li{
     float: left;
     margin-right:5px;
}
.content .list_filtern .box-item .m{
      float: right;
      font-size:14px;
      color:#333;
      padding-right:15px;
      background:url("../images/down.png") right center no-repeat;
     cursor:pointer;
}
.content .list_filtern .switch{
    position:absolute;
    width:88px;
    height:30px;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
    font-size:14px;
    color:#333;
    left:50%;
    bottom:-15px;
    margin-left:-44px;
    border-radius:16px;
    border:1px solid #eee;
    line-height:30px;
    cursor:pointer;
    background:#fff;

}
.content .list_filtern .switch img{
      vertical-align: middle;
      margin-top:-2px;
}


.content .sort .lf{
    float: left;
    width:950px;
}
.content .sort .lf .tit{
    height:40px;
    border-bottom:2px solid #0093dd;
    line-height:40px;

    box-sizing:border-box;
    overflow: hidden;
}
.content .sort .lf .tit span{
      float: left;
     width:3px;
     height:15px;
     background:#0093dd;
     margin-right:10px;
     margin-top:12px;
}
.content .sort .lf .tit p{
     float: left;
     font-size:18px;
     color:#333;
     height:44px;
     font-weight:bold;
     margin-right:15px;
}
.content .sort .lf .tit ul{
    float: left;
}
.content .sort .lf .tit ul li{
     float: left;
     margin-right:5px;

}
.content .sort .lf .tit ul li a{
     display: block;
     width:110px;
     height:38px;
     text-align:center;
     line-height:38px;
     font-size:14px;
     color:#333;
     background:#f7f7f7;
}
.content .sort .lf .tit ul li a:hover{
     color:#fff;
     background:#0093dd;
}
.content .sort .lf .tit ul li.on a{
     color:#fff;
     background:#0093dd;
}

.content .sort .rg{
    float: right;
}
.content .sort .list-ul {

}
.content .sort .list-ul .list-li {
    // height:210px;
    // margin-bottom:20px;
    border-bottom:1px solid #ececec;
    padding:25px 10px;
    box-sizing:border-box;
    overflow:hidden;

}
.content .sort .list-l {
    width:120px;
    text-align:center;
    float:left;
    margin-right:15px;
}
.content .sort .list-l a {
    width:120px;
    height:160px;
}
.content .sort .list-l a img{
    width:120px;
    height:160px;
}
.content .sort .list-c {
  width:690px;
  padding-right:10px;
    float:left;
}
.content .sort .list-c .title{
    height:30px;
    line-height:30px;
    font-size:16px;
    font-weight:700;
    color:#996600;
     margin-bottom:5px;
}
.content .sort .list-c .title h4{
    height:30px;
    line-height:30px;
    font-size:18px;
    font-weight:bold;
    color:#0093dd;

}
.content .sort .list-c .title h4 a{
    color:#0093dd;
}

.content .sort .list-c .list-param {
    overflow:hidden;
}
.content .sort .list-c .list-param .list-param-item{
    width:220px;
    height:26px;
    line-height:26px;
    margin-right:10px;
    float:left;
    font-size:14px;
    color:#333;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.content .sort .list-c .list-param .list-param-item span{
    margin-right:3px;
    color:#666;
    font-size:14px;
}
.content .sort .list-c .list-param .list-param-item a{
  color:#0093dd;
  margin-right:5px;
}
.content .sort .list-c .list-param .list-param-item a:hover{
  color:#0069c3;
  text-decoration:underline;
}
.content .sort .list-c .list-param .list-param-item-nofloat{
  width:680px;
  clear:both;
}
.content .sort .list-c .list-param .list-param-description-nofloat{
  width:680px;
  color: #666;
  clear:both;
  height: 22px;
  overflow: hidden;
}
.content .sort .list-c .list-param .h44{
  height:auto;
  -height:44px;
  max-height: 44px;
    white-space: normal;
}

.content .sort .list-r {
    width:94px;
    text-align:right;
    float:right;
}
.content .sort .list-r .list-talk {
    text-align:center;
}
.content .sort .list-r a{
    width:94px;
    height:28px;
    line-height: 28px;
    margin:2px auto;
    border-radius: 5px;
    display: inline-block;

}
.content .sort .list-r .list-talk a{
    // background-color:#e50411;
    // text-decoration:none;
     background-color:#fa5a02;
}
.content .sort .list-r .list-talk a i {
  width:11px;
  height:16px;
    margin:6px 5px 4px 10px;
  display:inline-block;
  background:url("../images/icon_01.png") 0 no-repeat;
    float:left;
}
.content .sort .list-r .list-talk a span{
    color:#fff;
}
.content .sort .list-r a span{
   display:block;
    font-family:"Microsoft YaHei";
    font-size:14px;
    color:#333;
    float:left;
}
.content .sort .list-r .list-favorite a{
     border:1px solid #eee;
}
.content .sort .list-r .list-favorite a:hover{
    border-color:#fa5a02;

}
.content .sort .list-r .list-favorite a:hover span{
     color:#fa5a02;
}
.content .sort .list-r .list-favorite a i{
    width:18px;
   height:16px;
    margin:7px 2px 4px 8px;
  display:inline-block;
  background:url("../images/icon_02.png") 0 no-repeat;
    float:left;
}
.content .sort .list-r .list-date {
    height:24px;
    line-height:24px;
    overflow:hidden;
    color:#999;
    text-align:center;
}
.content .sort .list-r .list-hot {
    text-align:center;
}
.content .sort .list-r .list-hot a {
    width:94px;
    height:28px;
    line-height: 28px;
    margin:2px auto;
    display: inline-block;
    border:1px solid #eeee;
    border-radius:5px;

}
.content .sort .list-r .list-hot a:hover {
    text-decoration:none;
}
.content .sort .list-r .list-hot a i {
  width:16px;
  height:16px;
    margin:6px 6px 4px 10px;
  display:inline-block;
  background:url("../images/icon_03.png") 0 no-repeat;
    float:left;
}
.content .sort .list-r .list-hot a span{
  display:block;
    font-size:14px;

    float:left;
}
.content .sort .list-r .list-comment {
    text-align:center;
}
.content .sort .list-r .list-comment a {
    width:94px;
    height:28px;
    line-height: 28px;
    margin:2px auto;
    display: inline-block;
    border:1px solid #eee;
    border-radius:5px;

}
.content .sort .list-r .list-comment a:hover {
    text-decoration:none;
}
.content .sort .list-r .list-comment a i {
  width:16px;
  height:16px;
    margin:7px 8px 4px 11px;
  display:inline-block;
  background:url("../images/icon_04.png") 0 no-repeat;
    float:left;
}
.content .sort .list-r .list-comment a span{
    display:block;
    font-size:14px;
    float:left;
}

.content .journal_details .rg{
    width:240px;
    float: right;
    border-right:1px solid #eee;
    box-sizing:border-box;
}
.content .ad_space{
    margin-bottom:10px;
}
.content .rg .ad_space a{
    display: block;
    position:relative;
    margin-bottom:10px;

}
.content .rg .ad_space a img{
     width:240px;
     height:148px;

}
.content .rg .ad_space a span{
     display: block;
     width:80px;
     height:35px;
     text-align:center;
     line-height:35px;
     border-radius:5px;
     left:50%;
     top:50%;
     margin-left:-40px;
     margin-top:-17.5px;
     position:absolute;
     border:1px solid #fff;
     background:rgba(0,0,0,0.2);
     font-size:16px;
     color:#fff;
}

.content .rg .contritxt {
    border:1px solid #eee;
    border-top:none;
}
.content .rg .contritxt .contritxt_tit{
       height:40px;
       overflow:hidden;
       line-height:40px;
        padding:0 10px;
        box-sizing:border-box;
        background:#f7f7f7;

}
.content .rg .contritxt .contritxt_tit h2{
         float: left;
         font-size:16px;
         color:#333;

}
.content .rg .contritxt .contritxt_tit a{
         float:right;
         font-size:14px;
         color:#999;
}
.content .rg .contritxt .con{
        padding:10px 20px;
        box-sizing:border-box;

}
.content .rg .contritxt .con a{
       display: block;
        white-space:nowrap;
        text-overflow: ellipsis;
        overflow:hidden;
        font-size:14px;
        color:#333;
        margin-bottom:5px;
        width:200px;
}
.content .rg .contritxt .con a span{
      margin-right:6px;
}

.content .rg .journal .tit{
    height:44px;
   // border-bottom:1px solid #eee;
    line-height:44px;
    // padding:0 12px;
    box-sizing:border-box;
    overflow: hidden;
}
.content .rg .journal .tit p{
     float: left;
     font-size:18px;
     color:#333;
     height:44px;
     font-weight:bold;
}
.content .rg .journal .tit a{
        float: right;
        font-size:14px;
        color:#999;
        height:40px;

}
.content .rg .journal .tit span{
    float: left;
     width:3px;
     height:15px;
     background:#0093dd;
     margin-right:10px;
     margin-top:15px;
}

.content .rg .journal .txt{
       padding:20px 10px;
       border:1px solid #eee;
       margin-bottom:20px;
}
.content .rg .journal .txt a{
     display: block;
     line-height:30px;


}
.content .rg .journal .txt a span{
       display:inline-block;
       width:6px;
       height:6px;
       border-radius:50%;
       background:#0093dd;
       margin-right:6px;
}
.content .rg .journal .txt a p{
        display:inline-block;
        font-size:14px;
        color:#333;
}
.content .rg .journal .txt a p:hover{

   text-decoration:underline;
    color:#0093dd;
  }
.content .rg .journal .txt a img{
     position:absolute;
     margin-top:7px;
  }

.content .rg .rank {
     margin-bottom:20px;
}
.content .rg .rank .tit{
     height:40px;
     line-height:40px;
     padding-left:12px;
     box-sizing:border-box;
     font-size:16px;
     color:#333;
     border:1px solid #eee;
     background:#f7f7f7;
     font-weight:bold;
}
.content .rg .rank .tit a{
     color:#333;
}
.content .rg .rank ul{
       padding:0 10px;
       box-sizing:border-box;
}
.content .rg .rank ul li{
   padding:18.4px 10px;
   box-sizing:border-box;
   border-bottom:1px solid #eee;
   overflow: hidden;
}
.content .rg .rank ul li .img{
     float: left;
     width:50px;
     height:72px;
     margin-right:15px;
}
.content .rg .rank ul li .img img{
    width:50px;
     height:72px;
}
.content .rg .rank ul li .txt{
     padding-top:5px;
     float: left;
}
.content .rg .rank ul li .txt .h2{
     display: block;
     font-size:16px;
     color:#333;
     margin-bottom:5px;
     line-height:16px;

}
.content .rg .rank ul li .txt a:hover{
    text-decoration:underline;
    color:#0093dd;
}
.content .rg .rank ul li .txt  .p{
   display: block;
     font-size:14px;
     color:#666;
}
.content .rg .rank ul li .txt  p{
  font-size:14px;
     color:#666;
}
.content .rg .rank ul li .txt  p span{
    color:#fa5a02;
    line-height:15px;
}

.page_div {
        margin:40px auto;
        font-size:14px;
        font-family: "microsoft yahei";
        color:#666;
        box-sizing: border-box;
        text-align:center;
      }
      /*
       * 页数按钮样式
       */

   .pager{
       display:inline-block;
   }
   .pager span{
       display:inline-block;
       margin-right:10px;
       height:35px;
       line-height:35px;
       padding:0 12px;
       color:#666;
       background:#e9e9e9;
    }
   .pager a{
       display:inline-block;
       margin-right:10px;
       height:35px;
       padding:0 12px;
       line-height:35px;
       color:#666;
       background:#e9e9e9;
   }
   .pager .pageindex{
      height:35px;
   }
   .pager .current{
      background:#0093dd;
      color:#fff;
   }


/*期刊详情*/
.journal_details .lf{
     width:960px;

    box-sizing:border-box;
    float:left;
}
.journal_details .lf .journal_c{
    border-top:1px solid #ececec;
    border-right:1px solid #ececec;
}
.body-con-3-1 {

    margin-top:10px;
}
.body-con-3-1-l {
    width:330px;
    min-height:531px;
    overflow:hidden;
    border-right:1px solid #ececec;
    border-left:1px solid #ececec;
    float:left;
    box-sizing:border-box;
}
.show-pic {

    border-bottom:1px solid #ececec;
}
.show-pic img {
    // width:290px;
    // height:390px;
    // margin:20px 30px;
}
.show-list {
    height:110px;

    padding-top:20px;
    padding-left:23px;
    box-sizing:border-box;
    width:308px
}
.show-list .picScroll-left{
    position:relative;
}
.show-list .picScroll-left .hd{
     position:absolute;
     top:30px;
     left:-18px;

     // z-index:9999;
}
.show-list .picScroll-left .hd .next{
   position:absolute;
   left:300px;
   top:0;
   z-index:99;

}
.show-list .picScroll-left .hd .prev{
    float:left;
}
.show-list .bd ul li{
   width:54px !important;
   height:72px;
  margin-right:16px;
  border:2px solid #fff;
  border-radius:2px;

}
.show-list ul li img {
     width:100%;
     height:100%;

}




.body-con-3-1-c {
    width:628px;
    min-height:421px;
    overflow:hidden;

    // padding:10px;
    float:left;
    box-sizing:border-box;
}
.body-con-3-1-c h1 {
    height:28px;
    line-height:28px;
    margin:10px 10px 5px 20px;
    font-family: "Microsoft YaHei";
    font-size:22px;
    color:#333;
    font-weight:700;
}
.body-con-3-1-c .description {
  margin: 0 20px;
    height:48px;
    line-height:26px;
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#666;
    font-weight:400;
    margin-bottom:15px;
    overflow:hidden;
}
.body-con-3-1-c .item {
    min-height:110px;
    background-color:#f2f2f2;
  // border:1px solid #e0e0e0;

    color:#333;
}
.body-con-3-1-c .item ul{
  border:1px solid #fff;
  height:72px;
    padding:20px;
}
.body-con-3-1-c .item ul li{
    width:28%;
    height:25px;
    line-height:24px;
    margin-right:3%;
    float:left;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size:14px;
    color:#333;
}
.body-con-3-1-c .item ul li span {

    color:#666;
    margin-right:3px;
}
.body-con-3-1-c .item ul li a {
    color: #0093dd;
}
.body-con-3-1-c .item ul li a:hover {
  text-decoration: underline;
}

.body-con-3-1-c .affect {
    margin:10px 20px 0 20px;
}
.body-con-3-1-c .affect ul li {
    height:28px;
    line-height:28px;
    color:#333;
    font-size:14px;
}
.body-con-3-1-c .affect ul li span {
    margin-left:10px;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:#cc0001;
}
.body-con-3-1-c .record {
    margin:15px 20px;
    overflow:hidden;
    margin-top:10px;
}
.body-con-3-1-c .record-l {
    width:80px;
    height:25px;
    line-height:25px;
    color:#333;
    font-size:14px;
    float:left;
}
.body-con-3-1-c .record-r {
    width:456px;
    float:left;
}
.body-con-3-1-c .record-r ul {

    max-height:100px;
}
.body-con-3-1-c .record-r ul li {
    height:24px;
    line-height:24px;
    white-space:nowrap;
    font-size:14px;
    margin-right:5px;
    float:left;
}
.body-con-3-1-c .record-r ul li a {
    padding:3px 5px;
    color:#0093dd;
}
.body-con-3-1-c .record-r ul li a:hover {

   text-decoration: underline;
}

.body-con-3-1-c .category{
    height:24px;
    line-height:24px;
    margin:15px 20px;
    color:#333;
    font-size:14px;
     margin-bottom:10px;
}
.body-con-3-1-c .category span{
}
.body-con-3-1-c .category a{
    padding:3px 5px;
    color: #0093dd;

    font-size:14px;
}
.body-con-3-1-c .category a:hover {

   text-decoration: underline;
}

.body-con-3-1-c .buy {

    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    overflow:hidden;
    height:110px;
}
.body-con-3-1-c .buy-l {
    width:280px;
    margin:0 10px;
    border-right:1px solid #ddd;
    text-align:center;
    float:left;
    height:110px;

}
.body-con-3-1-c .buy-l a{
    width:115px;
    height:35px;
    margin-top:36px;
    margin-right:5px;
    line-height: 35px;
    display: inline-block;
     border:1px solid #fa5a02;
    font-size:18px;
    border-radius:5px;
    color:#fa5a02;
}
.body-con-3-1-c .buy-l a:hover {

    color:#fff;
    background:#fa5a02;
}


.body-con-3-1-c .buy-r {
    width:298px;
    margin:0 0 0 28px;
    float:left;
}
.body-con-3-1-c .buy-r .code {
    width:88px;
    height:88px;
    float:left;
}
.body-con-3-1-c .buy-r .code img{
    width:80px;
    height:80px;
    margin:4px;
}
.body-con-3-1-c .buy-r ul {
    width:240px;
    /*height:70px;*/
    overflow:hidden;
    margin:22px 0;
    float:left;
}
.body-con-3-1-c .buy-r ul li {
    height:30px;
    line-height:30px;
    font-size:14px;
    color:#666;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.body-con-3-1-c .buy-r ul li span {
    color:#666;
    margin-right:3px;
}
.body-con-3-1-c .buy-r ul li a {
    padding:3px 5px;
    color:#0093dd;
}
.body-con-3-1-c .buy-r ul li a:hover {

    text-decoration: underline;
}

.preview {
    position: relative;
    margin:15px 20px;
    width: 290px;
    height: 390px;
    overflow: hidden;
}
.preview img{
   width:290px;
   height:390px;
}

.body-con-3-1-c .collect{
   height:110px;
   text-align:center;
}
.body-con-3-1-c .collect a{
  margin-top:40px;
   display:inline-block;
   width:95px;
   height:30px;
   text-align:center;
   background:#f7f7f7;
   line-height:30px;
   border:1px solid #eee;
   box-sizing:border-box;
   border-radius:5px;
   font-size:14px;
   color:#333;
   margin-right:20px;
}
.body-con-3-1-c .collect a img{
  float: left;
  margin-top:8px;
  margin-right:5px;
  margin-left:7px;

}
.body-con-3-1-c .collect a span{
   float: left;
}
.content .lf .share{
     height:50px;
     line-height:50px;
     overflow:hidden;
     font-size:14px;
     color:#333;
     padding-left:20px;
     box-sizing:border-box;
      border-left:1px solid #eee;
     border-top:1px solid #eee;
     border-bottom:1px solid #eee;
}
.content .lf .share .tit{
   float: left;

}
.content .lf .share .tit img{
  margin-top:18px;
   float: left;
   margin-right:8px;
}
.content .lf .share .tit span{
   float: left;
}
.journal_details_c {
   margin-top:30px;
}
.journal_details_c .lf{

   float: left;
   width:180px;
   border:none;
}
.journal_details_c .lf .ad_space{
   margin-bottom:20px;
}
.journal_details_c .lf .ad_space a{
    display: block;
    position:relative;

}
.journal_details_c .lf .ad_space a img{
     width:180px;
     height:180px;
}
.journal_details_c .lf .ad_space a span{
      display: block;
     width:80px;
     height:35px;
     text-align:center;
     line-height:35px;
     border-radius:5px;
     left:50%;
     top:50%;
     margin-left:-40px;
     margin-top:-17.5px;
     position:absolute;
     border:1px solid #fff;
     background:rgba(0,0,0,0.2);
     font-size:16px;
     color:#fff;
}

.journal_details_c .lf .relared .tit{
     height:40px;
     line-height:40px;
     padding-left:15px;
     box-sizing:border-box;
     font-size:16px;
     color:#333;
     background:#f7f7f7;
     font-weight:bold;
}
.journal_details_c .lf .relared  ul{
     border:1px solid #eee;
     border-bottom:none;
}
.journal_details_c .lf .relared ul li{
      text-align:center;
      padding-top:20px;
      padding-bottom:15px;
      border-bottom:1px solid #eee;

}
.journal_details_c .lf .relared  ul li a{
       display: block;

}
.journal_details_c .lf .relared ul li img{
      width:120px;
      height:160px;
      margin-bottom:10px;
}
.journal_details_c .lf .relared  ul li .p{
       font-size:16px;
       color:#333;
}
.journal_details_c .lf .relared  ul li .p:hover{
     color:#0093dd;
     text-decoration:underline;
}
.journal_details_c .lf .relared ul li .span{
       font-size:14px;
       color:#666;
}
.journal_details_c .lf .relared  ul li .span:hover{
     color:#0093dd;
     text-decoration:underline;
}
.journal_details_c .lf_c{
     width:770px;
     float: right;
}
.journal_details_c .lf_c .nav ul{
    height:35px;
}
.journal_details_c .lf_c .nav ul li{
     float: left;
     width:98px;
     height:35px;
     text-align:center;
     line-height:35px;
     font-size:14px;
     border:1px solid #eee;
     box-sizing:border-box;
     margin-right:5px;
}
.journal_details_c .lf_c .nav ul li.on{
    background:#0093dd;
    border:none;
}
.journal_details_c .lf_c .nav ul li.on a{
    color:#fff;
}
.journal_details_c .lf_c .nav ul li a{
    color:#333;
    display: block;
}
.journal_details_c .lf_c  .top{
     padding:21.5px 25px;
     background:#f7f7f7;
     margin-bottom:25px;
}
.journal_details_c .lf_c  .top p{
    font-size:14px;
    color:#333;
    line-height:34px;
}
.journal_details_c .lf_c  .top p a{
    color:#0093dd;
    margin:0 5px;
}
.journal_box{
  display: block;
}
.journal_details_c .lf_c .journal_box .tit{
     height:42px;
     background:#f7f7f7;
     padding-left:10px;
     border-left:2px solid #0093dd;
     color:#0093dd;
     font-size:18px;
     font-weight:bold;
     line-height:42px;
}
.journal_details_c .lf_c .journal_box .tit p{
    float: left;
}
.journal_details_c .lf_c .journal_box .txt{
     padding:20px 30px 60px 30px;
     box-sizing:border-box;
     font-size:14px;
     color:#333;
     line-height:30px;
}
.journal_details_c .lf_c .box-3 .txt a{
       display:inline-block;
       margin-right:130px;
       margin-bottom:5px;
       color:#0093dd;
}
/* .journal_details_c .lf_c .box-4 .txt p{

   display:inline-block;

} */
.journal_details_c .lf_c .journal_box .tit a{
     float: right;
     font-size:14px;
     color:#999;
     margin-right:20px;
}
.journal_details_c .lf_c .box-5 .txt ul{
   overflow:hidden;
     width:690px;
     margin-top:10px;
}
.journal_details_c .lf_c .box-5 .txt ul li{
     width:120px;
     float: left;
     margin-right:70px;
     text-align:center;
     margin-bottom:30px;
}
.journal_details_c .lf_c .box-5 .txt ul li img{
     width:120px;
      height:160px;

}
.journal_details_c .lf_c .box-5 .txt ul li a{
   display: block;
}
.journal_details_c .lf_c .box-5 .txt ul li .img{
       width:120px;
      height:160px;
      margin-bottom:10px;
}
.journal_details_c .lf_c .box-5 .txt ul li .p{
       font-size:16px;
       color:#333;
       line-height:20px;
}
.journal_details_c .lf_c .box-5 .txt ul li .p:hover{
     color:#0093dd;
     text-decoration:underline;
}
.journal_details_c .lf_c .box-5 .txt ul li .span{
       font-size:14px;
       color:#666;
}
.journal_details_c .lf_c .box-5 .txt ul li .span:hover{
     color:#0093dd;
     text-decoration:underline;
}
.journal_details_c .lf_c .box-6 .txt{
     padding-left:0;
     padding-right:10px;
}
.journal_details_c .lf_c .box-6 .txt ul li{
     padding:20px;
     padding-bottom:0px;
     margin-bottom:10px;
     border:1px solid #eee;
     font-size:14px;
}
.journal_details_c .lf_c .box-6 .txt ul li .befrom{
    color:#666;
    margin-bottom:20px;
}
.journal_details_c .lf_c .box-6 .txt ul li .befrom .u1{
     color:#fa7d02;
     margin:0 5px;
}
.journal_details_c .lf_c .box-6 .txt ul li .befrom .u2{
     color:#0093dd;
      margin:0 5px;
 }
 .journal_details_c .lf_c .box-6 .txt ul li p{
      font-size:14px;
      color:#333;
      line-height:26px;
      text-indent:25px;
 }
.journal_details_c .lf_c .box-6 .txt ul li .time{
       height:45px;
       border-top:1px solid #eee;
       line-height:45px;
       margin-top:20px;
       color:#999;
}
.journal_details_c .lf_c .box-6 .txt .comment{
      padding:0 25px;
      box-sizing:border-box;
      margin-top:20px;
      background:#eaf1f8;
}
.journal_details_c .lf_c .box-6 .txt .comment h2{
     font-size:18px;
     color:#333;
     line-height:60px;
     border-bottom:1px solid #0093dd;
     margin-bottom:20px;
}
.journal_details_c .lf_c .box-6 .txt .comment textarea{
      width:710px;
     display: block;
     height:180px;
     border:none;
     padding-top:12px;
     padding-left:6px;
     box-sizing:border-box;
     font-size:14px;
     color:#999;
     border:1px solid #eee;
     border-bottom:none;

}
.journal_details_c .lf_c .box-6 .txt .comment .send{
    height:152px;
    line-height:52px;
    overflow:hidden;
    background:#fff;
     border:1px solid #eee;
}
.journal_details_c .lf_c .box-6 .txt .comment .send .btn{
    width:95px;
    height:32px;
    text-align:center;
    line-height:32px;
    color:#fff;
    font-size:16px;
    border-radius:5px;
    float: left;
    margin:10px 25px 0 10px;
    background:#fa5a02;
    cursor:pointer;
}
.journal_details_c .lf_c .box-6 .txt .comment .send .login_reg{
   float: left;
   font-size:14px;
}
.journal_details_c .lf_c .box-6 .txt .comment .login_reg a{
    color:#0093dd;
}
.journal_details_c .lf_c .box-6 .txt .comment .login_reg .login{
     padding:0;
     background:#fff;
}
.journal_details_c .lf_c .box-6 .txt .comment .login_reg i{
    display:inline-block;
    width:1px;
    height:15px;
    background:#0093dd;
    margin:-2px 10px;
}
.journal_details_c .lf_c .box-6 .txt .comment .login_reg p{
   color:#333;
   display:inline-block;
   margin-left:15px;
}
.journal_details_c .lf_c .box-6 .txt .comment h3{
     font-size:14px;
     color:#666;
     line-height:75px;
     font-weight:normal;
}
.journal_details .rg .infor .tit{
    font-size:16px;
    color:#333;
    line-height:40px;
    background:#f7f7f7;
    text-align:center;
    font-weight:bold;
}
.journal_details .rg .infor .con{
    padding:15px 20px;
    box-sizing:border-box;
    font-size:14px;
    color:#333;
    line-height:26px;
}
.journal_details .rg .broad_nav {
    width:239px;
}
.journal_details .rg .broad_nav .tit{
    font-size:16px;
    color:#333;
    line-height:35px;
    background:#f7f7f7;
    text-align:center;
    font-weight:bold;
    border:1px solid #eee;
    box-sizing:border-box;
}
.journal_details .rg .broad_nav ul{
     padding:25px 0;
     padding-bottom:5px;
     box-sizing:border-box;
     background:#fafafa;
    border-left:1px solid #ececec;
}
.journal_details .rg .broad_nav ul li{
     text-align:center;
     position:relative;
     margin-bottom:30px;

}
.journal_details .rg .broad_nav ul li a{
     display:inline-block;
     width:75px;
     height:25px;
     text-align:center;
     line-height:25px;
     font-size:14px;
     color:#333;
     border-radius:20px;
}
.journal_details .rg .broad_nav ul li span{
    display: none;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    border-right: 10px solid ;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    color:#fa7d02;
    position:absolute;
    top:6px;
    left:60px;
}
.journal_details .rg .broad_nav ul li.on a{
     background:#fa7d02;
     color:#fff;
}
.journal_details .rg .broad_nav ul li.on span{
      display: block;
}

.journal_details .rg .broad_nav .back{
   font-size: 16px;
   color: #333;
   line-height:50px;
   text-align: center;
   border:1px solid #eee;
  background:#fff url("../images/goback.png") 65px center no-repeat;
  cursor: pointer;
}
.fixed{
   position: fixed;
   top:0;
   z-index:10;
}
.fixeds{
    position: fixed;
    top:0;
    width:100%;
    background: #fff;
    z-index:99;
}
.fixed-line{
    width: 100%;
    height: 0;
    overflow: hidden;
    -moz-box-shadow: 3px 3px 8px #999;
    -webkit-box-shadow: 3px 3px 8px #999;
    box-shadow: 3px 3px 8px #999;
    border-top: 2px solid #0093dd;
    position: fixed;
    left: 0;
    top: 35px;
    display: none;
    z-index:10;

}
.fixed-body{
    width:100%;
    height:35px;
    background:#fff;
    position: fixed;
    left: 0;
    top:0;
    z-index:5;
    display:none;
}

/*免费论文库*/
.database .lf{
   float: left;
    width:950px;
}
.content .database .rg{
    float: right;
}
.content .database .base-nav{
    width:180px;
    float: left;
}
.content .database .base-nav .base-top{
    font-size:18px;
    color:#fff;
    text-align:center;
    line-height:50px;
    background:#0093dd;
    font-weight:bold;
}
.content .database .base-nav ul{
    padding:20px 25px;
    box-sizing:border-box;
    border:1px solid #eee;

}
.content .database .base-nav ul li{
     margin-bottom:5px;
}
.content .database .base-nav ul li a{
  display: block;
     width:130px;
    height:35px;
    line-height:35px;
    text-align:center;
    font-size:16px;
    color:#666;
    border-radius:5px;
    background:#f7f7f7;

}
.content .database .base-nav ul li.on a{
    background:#fa5a02;
    color:#fff;
}
.database .base-con{
    width:760px;
    float: right;
}
.database .base-con .base-tit{
   height:26px;
   border-bottom:1px solid #0093dd;
   position:relative;
   margin-top:22px;
}
.database .base-con .base-tit span{
     float:left;
     width:3px;
     height:15px;
     background:#0093dd;
     margin-right:10px;
}
.database .base-con .base-tit p{
   float:left;
   font-size:18px;
   color:#333;
   line-height:17px;
   font-weight:bold;

}
.database .base-con ul{
   padding:20px 10px;
   box-sizing:border-box;

}
.database .base-con ul li{
   border:1px solid #eee;
   padding:20px;
   margin-bottom:10px;
}
.database .base-con ul li:hover .tit h2{
   color:#0093dd;
}
.database .base-con ul li a{
   display: block;
}
.database .base-con ul li .tit{
   margin-bottom:5px;
}
.database .base-con ul li .tit h2{
  font-size:18px;
  color:#333;
  font-weight:bold;
  float: left;
}
.database .base-con ul li .tit .num{
   font-size:14px;
   color:#333;
   float: right;
   line-height:27px;
}
.database .base-con ul li .tit .num p{

   color:#999;
   float: left;
   margin-right:15px;
}
.database .base-con ul li .tit .num .nums{
    float: left;
}
.database .base-con ul li p{
    font-size:14px;
    color:#666;
    line-height:26px;
}

.database .database-xq{
  width:900px;
   margin-top:30px;
}
.database .database-xq .tit{
   margin-bottom:30px;
}
.database .database-xq .tit h2{
     font-size:30px;
     color:#333;
     font-weight:bold;
     float: left;
     line-height:28px;
}
.database .database-xq .tit .num{
   font-size:14px;
   color:#333;
   float: right;
   line-height:34px;

}
.database .database-xq .shares{
    font-size:14px;
    color:#333;
    line-height:34px;
     float: right;
     margin-right:20px;
}
.database .database-xq .digest{
     font-size:14px;
      color:#999;
      line-height:30px;
      margin-bottom:40px;
}
.database .database-xq .digest span{
      color:#333;
}
.database .database-xq .txt{
    font-size:16px;
    color:#333;
    line-height:30px;
    border-bottom:1px solid #eee;
}
.database .database-xq .txt p{
    margin-bottom:30px;
}
.database .database-xq .txt h3{
    font-weight:bold;
    margin-bottom:30px;
    font-size:16px;
}
.database .database-xq .txt h4{
    font-weight:bold;

}
.database .database-xq .prev{
     display: block;
     font-size:14px;
     color:#999;
     line-height:30px;
     margin-top:30px;
}
.database .database-xq .prev .pre_a{
  color: #999;
}
.database .database-xq .next .pre_a{
  color: #333;
}
.database .database-xq .next{
     display: block;
     font-size:14px;
     color:#333;
     line-height:30px;
     margin-bottom:30px;
}
.database .base-nav .btn{
    display: block;
     width:180px;
     height:50px;
     background:#66cd8f;
     text-align:center;
     line-height:50px;
     font-size:20px;
     font-weight:bold;
     color:#fff;
     border-radius:5px;
     cursor:pointer;
     margin-top:20px;
     padding-left:27px;
     box-sizing:border-box;
}
.database .base-nav .btn img{
    float: left;
    margin-top:7px;
    margin-right:12px;
}
.database .base-nav .btn span{
   float: left;
}


/*投稿问答*/
.database .wenda-nav ul{
   padding-bottom:0;
}
.database .wenda-nav ul li{
    float: left;
    margin-right:5px;
    border:none;
    padding:0;
    margin-bottom:0;
}
.database .wenda-nav ul li a{
    display: block;
    width:100px;
    height:36px;
    text-align:center;
    line-height:36px;
    border:1px solid #eee;
    border-bottom:0;
    font-size:14px;
    color:#333;
}
.database .wenda-nav ul li.on a{
    background:#0093dd;
    boreder:1px solid #0093dd;
    color:#fff;
}
.database .wenda-box{
    border:1px solid #eee;
    padding:0 20px;
    box-sizing:border-box;
    width:740px;
    margin-left:10px;
    margin-bottom:30px;
}
.database .wenda-box .wenda-item{
    display: block;
    padding:20px 10px;
    border-bottom:1px solid #eee;

}
.database .wenda-box .wenda-item .txt{
      width:450px;
    float: left;
    font-size:16px;
    line-height:26px;
    color:#333;
}
.database .wenda-box .wenda-item .time{
    float: right;
     font-size:14px;
     color:#999;
}
.database .wenda-box .wenda-item:hover .txt{
      color:#0093dd;
}
.database .wenda-box .wenda-item .time span{
    display:inline-block;
}
.database .wenda-box .wenda-item .time span.time1{
    margin-right:28px;
}


/*问答详情*/
.wendaxq{
   width:740px;
   margin-left:10px;
}
.wendaxq .wenda-box1{
   padding:20px 10px;
   box-sizing:border-box;
   border:1px solid #eee;
   margin-top:20px;
}
.wendaxq .wenda-box1 .issue{
    padding-left:45px;
    box-sizing:border-box;
    background:url("../images/wenda1.png") 5px 5px no-repeat;
    margin-bottom:50px;
}
.wendaxq .wenda-box1 .issue h2{
    width:646px;
    font-size:18px;
    color:#333;
    line-height:30px;
    font-weight:bold;
    margin-bottom:25px;
}
.wendaxq .wenda-box1 .issue p{
     font-size:14px;
     color:#999;
     line-height:28px;
}


.wendaxq .comment{
      padding:0 20px;
      box-sizing:border-box;
      margin-top:20px;
      background:#eaf1f8;
}
.wendaxq .comment h2{
    width:675px;
     font-size:18px;
     color:#333;
     line-height:60px;
     border-bottom:1px solid #0093dd;
     margin-bottom:20px;
}
.wendaxq .comment textarea{
      width:675px;
     display: block;
     height:180px;
     border:none;
     padding-top:12px;
     padding-left:6px;
     box-sizing:border-box;
     font-size:14px;
     color:#999;
     border:1px solid #eee;
     border-bottom:none;

}
.wendaxq .comment .send{
  width:675px;
    height:52px;
    line-height:52px;
    overflow:hidden;
    background:#fff;
     border:1px solid #eee;
     box-sizing:border-box;
}
.wendaxq .comment .send .btn{
    width:95px;
    height:32px;
    text-align:center;
    line-height:32px;
    color:#fff;
    font-size:16px;
    border-radius:5px;
    float: left;
    margin:10px 25px 0 10px;
    background:#fa5a02;
    cursor:pointer;
}
.wendaxq .comment .send .login_reg{
   float: left;
   font-size:14px;
}
.wendaxq .comment .login_reg a{
    color:#0093dd;
}
.wendaxq .comment .login_reg i{
    display:inline-block;
    width:1px;
    height:15px;
    background:#0093dd;
    margin:-2px 10px;
}
.wendaxq .comment .login_reg p{
   color:#333;
   display:inline-block;
   margin-left:15px;
}
.wendaxq .comment h3{
     font-size:14px;
     color:#666;
     line-height:75px;
     font-weight:normal;
}
.wendaxq .wenda-box1{
    margin-bottom:20px;
}
.wendaxq .wenda-box1 a.prev{
     display: block;
     font-size:14px;
     color:#999;
     line-height:30px;
     margin-top:30px;
}
.wendaxq .wenda-box1 a.next{
     display: block;
     font-size:14px;
     color:#333;
     line-height:30px;
     margin-bottom:20px;
}
.wendaxq .wenda-box2{
   margin-bottom:40px;

 }

.wendaxq .wenda-box2 .sum{
    font-size:18px;
    color:#333;
    line-height:30px;
    font-weight:bold;
}

.wendaxq .wenda-box2 ul{
   padding:0 !important;
}
.wendaxq .wenda-box2 li{

     padding-bottom:0px !important;
     margin-bottom:10px;
     border:1px solid #eee;
     font-size:14px;
}
.wendaxq .wenda-box2 ul li .befrom{
    color:#666;
    margin-bottom:20px;
}
.wendaxq .wenda-box2 ul li .befrom .u1{
     color:#fa7d02;
     margin:0 5px;
}
.wendaxq .wenda-box2 ul li .befrom .u2{
     color:#0093dd;
      margin:0 5px;
 }
 .wendaxq .wenda-box2 ul li p{
      font-size:14px;
      color:#333;
      line-height:26px;
      text-indent:25px;
 }
.wendaxq .wenda-box2 ul li .time{
       height:45px;
       border-top:1px solid #eee;
       line-height:45px;
       margin-top:20px;
       color:#999;
       padding-right:10px;
       box-sizing:border-box;
       cursor:pointer;
}
.wendaxq .wenda-box2 ul li .time .reply{
     float: right;
     font-size:14px;
     color:#0093dd;
     line-height:40px;

}
.wendaxq .wenda-box2 ul li .time .reply img{
     float:left;
     margin-top:12px;
     margin-right:8px;
}
.wendaxq .wenda-box2 ul li .time .reply span{
     float:left
}
.wendaxq .wenda-box2 ul li .reply_con{
     width:675px;
     padding:10px 20px;
     box-sizing:border-box;
     background:#fafafa;
     border:1px solid #eee;
     margin-bottom:20px;
     margin-left:25px;
}
.wendaxq .wenda-box2 ul li .reply_con .answer{
          line-height:40px;
          color:#666;
          border-bottom:1px solid #eee;
}
.wendaxq .wenda-box2 ul li .reply_con .answer span{
          color:#fa7d02;
           margin:0 5px;
}
.wendaxq .wenda-box2 ul li .reply_con .time{
        margin-top:0;
        height:40px;
        border-bottom:1px solid #eee;
        border-top:0;
        line-height:40px;
}

.wenda-quiz .comment{
      padding:0 20px;
      box-sizing:border-box;
      margin-left:5px;
      background:#edf8f2;
      width:740px;
}
.wenda-quiz .comment h2{

     font-size:18px;
     color:#333;
     line-height:60px;
     border-bottom:1px solid #0093dd;
     margin-bottom:20px;
}
.wenda-quiz .comment textarea{
     width:700px;
     display: block;
     height:180px;
     border:none;
     padding-top:12px;
     padding-left:6px;
     box-sizing:border-box;
     font-size:14px;
     color:#999;
     border:1px solid #eee;
     border-bottom:none;

}
.wenda-quiz .comment .send{

    height:152px;
    line-height:46px;
    overflow:hidden;
    background:#fff;
     border:1px solid #eee;
     box-sizing:border-box;
     padding-left:10px;
	 text-align:center;

}
.wenda-quiz .comment .send .btn{
    width:105px;
    height:45px;
    text-align:center;
    line-height:32px;
    color:#fff;
    font-size:16px;
    border-radius:5px;

    margin:20px 15px 0 10px;
    background:#66cd8f;
    cursor:pointer;
    float:left;
}
.wenda-quiz .comment .send .login_reg{
   float: left;
   font-size:14px;
}
.wenda-quiz .comment .login_reg a{
    color:#0093dd;
}
.wenda-quiz .comment .login_reg i{
    display:inline-block;
    width:1px;
    height:15px;
    background:#0093dd;
    margin:-2px 10px;
}
.wenda-quiz .comment .login_reg p{
   color:#333;
   display:inline-block;
   margin-left:15px;
}
.wenda-quiz .comment h3{
     font-size:14px;
     color:#666;
     line-height:75px;
     font-weight:normal;
}
.wenda-quiz .send .myCheck{
   display:none;
}
.myCheck + label{
    background-color: #f6f6f6;
    border-radius:100%;
    border:1px solid #dedede;
    width:20px;
    height:20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    cursor:pointer;
}
#myCheck1:checked + label{
    background:#4cc17b;
}
#myCheck2:checked + label{
    background:#4cc17b;
}
#myCheck3:checked + label{
    background:#4cc17b;
}
.wenda-quiz .send .sort{
   float: left;
}
.wenda-quiz .send .sort-box{
    margin-right:15px;
    float: left;
}
.wenda-quiz .send .sort-box span{
      display:inline-block;
      font-size:14px;
      color:#333;
      margin-left:10px;

}
.error .comment .send .btn{
      float: left;
    margin:10px 25px 0 10px;
    background:#fa5a02 !important;

}

/*投稿经验*/

.suffer ul li .num p{
   font-size:14px;
   color:#999;
   float: left;
   margin-right:15px;
}
.suffer ul li .num .nums{
    float: left;
}
.suffer ul li .num .nums span{

}

/*会员中心*/
.member{
   width:1200px !important;
}
.member .base-con{
   width:1010px;
}
.member .member-con{
   padding-left:20px;
   box-sizing:border-box;
}
.member .member-con h2{
   font-size:18px;
   color:#333;
   line-height:20px;
   font-weight:normal;
   margin:30px 0;
}
.member .member-con h2 span{
   color:#0093dd;
}
.member .member-con .my{
    margin-bottom:30px;
}
.member .member-con .my .my-box{
   float: left;
   padding:0 10px;
   box-sizing:border-box;
   width:180px;
   background:#f7f7f7;
   margin-right:15px;
}
.member .member-con .my .my-box h3{
   line-height:55px;
   font-size:18px;
   color:#666;
   text-align:center;
   border-bottom:1px solid #ddd;
   font-weight:normal;
}
.member .member-con .my .my-box p{
    line-height:65px;
    font-size:30px;
    color:#0093dd;
    text-align:center;
}
.member .member-con .my-txt{
    padding:0 20px;
    width:960px;
    border:1px solid #eee;
    border-bottom:none;
    box-sizing:border-box;
}
.member .member-con .my-txt .txt-con{
    padding:30px 0;
    text-indent:30px;
    font-size:16px;
    color:#333;
    line-height:30px;
    border-bottom:1px solid #eee;
}
.member .member-con .feedback{
    width:960px;
    padding:20px;
    box-sizing:border-box;
    background:#f7f7f7;
    border:1px solid #eee;
    margin-bottom:30px;
}
.member .member-con .feedback textarea{
    width:918px;
    height:180px;
    border:1px solid #eee;
    font-size:14px;
    color:#999;
    padding-top:15px;
    padding-left:10px;
    box-sizing:border-box;
    outline:none;
}
.member .member-con .feedback .send{
      height:52px;
      border:1px solid #eee;
      border-top:none;
      background:#fff;
      padding-top:10px;
      padding-left:10px;
      box-sizing:border-box;
      margin-top:-5px;
}
.member .member-con .feedback .send .btn{
    width:90px;
    height:32px;
    text-align:center;
    line-height:32px;
    font-size:16px;
    background:#fa5a02;
    color:#fff;
    cursor:pointer;
    border-radius:5px;

}

.member .member-con .user{
    width:960px;
    height:140px;
    background:#f7f7f7;
    padding:25px 40px;
    box-sizing:border-box;
    margin-top:30px;
    margin-bottom:25px;
}
.member .member-con .user img{
    width:90px;
    height:90px;
    float: left;
    border-radius:50%;
    margin-right:20px;

}
.member .member-con .user .user_txt{
    float: left;
    font-size:16px;
    color:#333;
    line-height:25px;
    margin-top:20px;
}
.member .member-con .user .user_txt .text{
    font-size:16px;
    color:#333;
}
.member .member-con .user .btn{
    float: left;
    width:80px;
    height:30px;
    border:1px solid #eee;
    border-radius:5px;
    font-size:14px;
    color:#999;
    text-align:center;
    line-height:30px;
    background:#fff;
    margin-left:36px;
    margin-top:30px;
    cursor:pointer;
    position:relative;

}
.member .member-con .user #btn{
    width:100%;
    height:100%;
    opacity:0;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
}

.member .member-con .basic-box{
    width:960px;
    overflow:hidden;
    min-height:40px;
    box-sizing:border-box;
    line-height:40px;
    margin-bottom:10px;
    position:relative;
}
.member .member-con .basic-box .box-txt{
     font-size:16px;
     text-align:right;
     color:#333;
     float: left;
     width:145px;
     height:40px;

}
.member .member-con .basic-box .text{
     width:290px;
     height:40px;
     border:1px solid #ddd;
     float: left;
     box-sizing:border-box;
      font-size:16px;
       color:#333;
       margin-right:10px;
      padding-left:10px;
}
.member .member-con .basic-box .must{
     float: left;
}
.member .member-con .basic-box .must i{
     font-size:30px;
     color:#fa5a02;
     line-height:52px;
     float: left;
     margin-right:5px;
}
.member .member-con .basic-box .must span{
     font-size:16px;
     color:#999;
     float:left;
     line-height:40px;
}
.member .member-con .basic-box .bCheck{
    display:none;
}
.member .member-con .basic-box .sort-box{
    float: left;
    font-size:16px;
    color:#333;
    margin-left:25px;
}
.bCheck + label{
    background-color: #f6f6f6;
    border-radius:100%;
    border:1px solid #dedede;
    width:18px;
    height:18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    cursor:pointer;
}
#bCheck1:checked + label{
    background:#4cc17b;
}
#bCheck2:checked + label{
    background:#4cc17b;
}
#bCheck3:checked + label{
    background:#4cc17b;
}

.member .member-con .basic-box .birth{
   background:url("../images/basic_01.jpg") 10px center no-repeat;
   padding-left:40px;
   box-sizing:border-box;
   position:relative;
}

.member .member-con .basic-box .down{
   background:url("../images/basic_02.jpg") 260px center no-repeat;
}
.member .member-con .basic-box .city{
  height:40px;
  border:1px solid #ddd;

  box-sizing:border-box;
  font-size:16px;
  color:#333;
  margin-right:10px;
  padding-left:10px;
   min-width:130px !important;
  float: left;
   margin-right:10px;
   cursor:pointer;
   outline:none;

}
.member .member-con .basic-box select{
   min-width:130px;
}
.member .member-con .basic-box #address{
    width:410px;
}
.member .member-con .explain textarea{
    width:410px;
    height:120px;
     box-sizing:border-box;
    font-size:16px;
    color:#333;
    outline:none;
    border:1px solid #ddd;
    padding-left:10px;
     padding-top:10px;
}
.member .member-con .explain{
   height:120px;
   margin-bottom:20px;
}
.member .member-con .basic-box .btn{
    padding:0 45px;
    height:50px;
    text-align:center;
    line-height:50px;
    background:#fa5a02;
    border-radius:5px;
    font-size:20px;
    color:#fff;
    font-weight:bold;
    margin-bottom:100px;
    cursor:pointer;
}


.collect .member-con ul{
   padding:0 !important;
}
.collect .member-con ul li{

   border:none;
   margin-bottom:0;
}
.collect .member-con .list-param .list-param-item{
  padding:0 !important;
}
.collect .member-con .list-param .list-param-item a{
   display:inline-block;
}
.collect .member-con .list-li .list-r{
    float: left;
    width:95px;
    height:30px;
    line-height:28px;
    font-size:14px;
    color:#666;
    border-radius:5px;
    border:1px solid #eee;
    text-align:left;
    background:url("../images/del.png") 7px center no-repeat;
    padding-left:28px;
    box-sizing:border-box;
    margin-top:34px;
    cursor:pointer;
}
.collect .member-con .list-li .list-r:hover{
    border-color:#fa5a02;
    color:#fa5a02;

}



.correct{
   width:930px;
}

.correct ul li{
     padding:20px !important;
     padding-bottom:0px !important;
     margin-bottom:10px !important;
     border:1px solid #eee;
     font-size:14px;
}
.correct ul li .befrom{
    color:#666;
    margin-bottom:20px;
}
.correct ul li .befrom .u1{
     color:#fa7d02;
     margin:0 5px;
}
.correct ul li .befrom .u2{
     color:#0093dd;
      margin:0 5px;
 }
 .correct ul li p{
      font-size:14px;
      color:#333;
      line-height:26px;
      text-indent:25px;
 }
.correct ul li .time{
       height:45px;
       border-top:1px solid #eee;
       line-height:45px;
       margin-top:20px;
       color:#999;
}


.member-con .quiz{
    width:960px;
    margin-top:30px;
}
.base-con .base-tit .quiz_btn{
     position:absolute;
     width:115px;
     height:30px;
     text-align:center;
     line-height:30px;
     border-radius:5px;
     background:#66cd8f;
     color:#fff;
     // font-weight:bold;
     font-size:16px;
     right:30px;
     bottom:8px;
    display: block;
}


.member-con .contribute .lf{
    width:960px;
    margin-bottom:20px;
}
.member-con .contribute ul{
    padding:0;
}
.member-con .contribute ul li{
    padding:0;
    margin-bottom:0;
    border:none;
}

.member-con .contribute .lf .td1{
    width:210px !important;
}
.member-con .contribute .lf .td2{
    width:450px !important;
}
.member-con .contribute .lf .td3{
    width:135px !important;
}
.member-con .contribute .lf .td4{
    width:90px !important;
}
.member-con .contribute .lf .nav .td3 p{
    margin-left:-14px !important;
    text-align:center;

}
.member-con .contribute .lf ul li .td1 p{
    color:#0093dd;
}
.member-con .contribute .lf ul li .td3 p{

    color:#666;
}
.member-con .contribute .lf ul li .td4 p{
    margin-left:44px !important;
    color:#666;
}


/*我要投稿*/
.database .mycontribute{
    width:740px;
    padding:0 20px;
    box-sizing:border-box;
    background:#eaf1f9;
    margin-bottom:20px;
}
.database .mycontribute .mycon_tit{
   height:60px;
   line-height:60px;
   border-bottom:1px solid #0093dd;
   margin-bottom:20px;
}
.database .mycontribute .mycon_tit h2{
    font-size:18px;
    color:#333;
    float: left;
}
.database .mycontribute .mycon_tit a{
    float: right;
    font-size:14px;
    color:#0093dd;
    text-decoration:underline;
}
.database .mycontribute .mybute_box{
     overflow:hidden;
     height:40px;
     line-height:40px;
     font-size:16px;
     color:#333;

     margin-bottom:10px;
}
.database .mycontribute .mybute_box .mybute_txt{
      width:190px;
     float: left;
}
.database .mycontribute .mybute_box .text{
     width:390px;
     height:40px;
     padding-left:10px;
     float: left;
     background:#fff;
}
.database .mycontribute .mybute_box a{
   font-size:14px;
    color:#0093dd;
    text-decoration:underline;
    float: left;
    margin-left:10px;
}
.database .mycontribute textarea{
     width:690px;
     height:190px;
     border:1px solid #eee;
     padding-top:10px;
     padding-left:10px;
     outline:none;
     font-size:16px;
     color:#333;
     margin-bottom:10px;
     display: block;
}
.database .uploading {
    line-height:30px;
     font-size:16px;
     height:30px;
     color:#333;
     margin-bottom:20px;
}
.database .uploading p{
   float: left;
}
.database .uploading span{
   float: left;
   font-size:14px !important;
    line-height:30px;
     font-size:16px;
}
.database .uploading .btn{
    float: left;
    width:80px;
    height:30px;
    border:1px solid #eee;
    border-radius:5px;
    font-size:14px;
    color:#999;
    text-align:center;
    line-height:30px;
    background:#fff;
    margin-right:10px;
    cursor:pointer;
    position:relative;
}
.database .uploading #btn{
    width:100%;
    height:100%;
    opacity:0;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
}
.database .safety{
   overflow:hidden;
   font-size:16px;
   color:#333;
   line-height:18px;
   margin-bottom:25px;
}
.database .safety .check{
   width:20px;
   height:20px;
   border:1px solid #eee;
   background:#ffffff;
   float: left;
   margin-right:10px;
   cursor:pointer;
}
.database .safety .on{
    background:#fff url("../images/right.png") center no-repeat;
}
.database .mycontribute .send{
    overflow:hidden;
    line-height:32px;
    margin-bottom:40px;
}
.database .mycontribute .send .btn{
     width:95px;
     height:32px;
     text-align:center;
     border-radius:5px;
     background:#fa5a02;
     font-size:16px;
     color:#fff;
     float: left;
     margin-right:20px;
     cursor:pointer;
}
.database .mycontribute .send a{
   font-size:14px;
    color:#0093dd;
    text-decoration:underline;
    float: left;

}

/*相关评论*/



select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;

  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/basic_02.jpg") no-repeat scroll right center transparent;


  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

.journal_comment {
   width:auto !important;
   padding-right:10px;
   box-sizing:border-box;
   float:none !important;

}
.journal_comment .journal_box{
     padding:0 10px;
   box-sizing:border-box;
}
.journal_comment .nav{
    overflow:hidden;
    height:40px;
    border-bottom:2px solid #0093dd;
}
.journal_comment .nav h2{
   float: left;
   font-size:18px;
   color:#333;
   margin-right:60px;
}
.journal_comment .nav h2 span{
    float: left;
    width:3px;
    height:16px;
    background:#0093dd;
    margin-top:6px;
    margin-right:10px;

}
.journal_comment .nav ul{
   float: left;
   height:40px !important;
   line-height:40px !important;
}
.journal_comment .nav ul li{
   height:40px !important;
   width:110px !important;
   line-height:40px !important;
    background:#f7f7f7 !important;
    border:none !important;
    margin-right:5px;
}
.journal_comment .nav ul li.on{
  background:#0093dd !important;
}
.journal_comment .box-6 .txt .comment textarea{
   width:870px !important;
}

.journal_correlation .journal_box ul li{
     padding:0!important;
     margin:0 !important;
     border:0 !important;

}
.journal_correlation .list-ul .list-li{
       border-bottom: 1px solid #ececec !important ;
        padding: 25px 10px !important;
}
.journal_correlation .list-c{
        width:670px !important;

}
.journal_correlation {

     overflow:hidden;
}
.journal_correlation .box-6{
     padding:0 !important;
}
.journal_correlation .box-6 .txt{
    padding:0 !important;
}
.journal_correlation .list-r{
      float: right !important;
}

/*登录*/
.content .login{
   overflow:hidden;
   padding:70px 90px;
   box-sizing:border-box;
   background:#eaf1f9;
}
.content .login .login_lf{
    float: left;
    width:620px;
}
.content .login .login_lf .login_nav{
      width:465px;
      height:40px;
      line-height:40px;
      text-align:center;
      font-size:18px;
      border-bottom:2px solid #0093dd;
      margin-bottom:20px;
}
.content .login .login_lf .login_nav a{
     float: left;
     height:40px;
     border:1px solid #0093dd;
     color:#0093dd;
     width:160px;
     margin-right:2px;
}
.content .login .login_lf .login_nav a.on{
     background:#0093dd;
     color:#fff;
 }
.content .login .login_lf .login-box{
      overflow:hidden;
      font-size:16px;
      color:#333;
      line-height:40px;
      margin-bottom:20px;

 }
.content .login .login_lf .login-box p{
     float: left;
     width:110px;
     text-align:right;
     height:40px;
 }
.content .login .login_lf .login-box .text{
     float: left;
     width:290px;
     height:40px;
     padding-left:5px;
      font-size:16px;
      color:#333;
      box-sizing:border-box;
  }
.content .login .login_lf .login-box .state{
      overflow:hidden;
      width:290px;
      // margin-bottom:10px;
      line-height:30px;
}
.content .login .login_lf .login-box .state .state_lf{
      float:left;
}
.content .login .login-box .state .state_lf .check{
      float:left;
      width:20px;
      height:20px;
      background:#fff;
      border:1px solid #ddd;
      margin-right:10px;
      margin-top:5px;
      cursor:pointer;
}
.login .state .state_lf .on{
    background:#fff url("../images/right.png") center no-repeat !important;
}
.content .login .login-box .state a{
     font-size:16px;
     color:#0093dd;
     text-decoration:underline;
     float: right;
}
.content .login .login-box .btn{
     float:left;
     width:285px;
     height:40px;
     border-radius:5px;
     background:#fa5a02;
     font-size:18px;
     color:#fff;
     cursor:pointer;
}
.content .login .login_rg{
    float: left;
    padding-left:135px;
    padding-top:20px;
    height:315px;
    border-left:1px solid #0093dd;
    margin-top:10px;
}
.content .login .login_rg h2{
     font-size:18px;
     color:#333;
     margin-bottom:35px;
}
.content .login .login_rg a{
    display: block;
    width:215px;
    height:56px;
    text-align:center;
    line-height:56px;
    font-size:16px;
    color:#fff;
    border-radius:5px;
    margin-bottom:30px;
}
.content .login .login_rg a img{
    margin-right:15px;
    margin-top:10px;
    float: left;
    margin-left:40px;
}
.content .login .login_rg a.qq{
    background:#0079c6;
}
.content .login .login_rg a.wexin{
    background:#84d945;
}
.content .login .login_rg p{
    float: left;
}
.content .login .login_rg a.wexin img{
     margin-right:8px;
}


.login-box .hint{
  float: left;
  margin-left:10px;

}
.login-box .hint span{
   float: left;
   color:#fa5a02;
   font-size:30px;
   line-height:25px;
   margin-top:14px;
   margin-right:8px;
}
.login-box .hint i{
   float: left;
   font-size:14px;
   color:#999;
   width:155px;
}
.login-box .psd i{
   line-height:20px;
}
.code .text{
    width:200px !important;
}
.code .code-btn{
    width:90px;
    height:40px;
    color:#fff;
    float: left;
    font-size:14px;
    background:#0093dd;
    text-align:center;
    cursor:pointer;
}
.login-box .agree a{
   float: left !important;
   text-decoration:none !important;
}

.zd-box{
   display: block;
   overflow:hidden;
   height:90px;
   box-sizing:border-box;
   border:1px solid #eee;
   margin-bottom:5px;

}
.zd-box .zd-img{
   float: left;
   width:80px;
   padding:15px 0;
   text-align:center;
   height:90px;
}

.zd-box .zd-txt{
   float: left;
   width:116px;
   padding:15px 0;
}
.zd-box .zd-txt h2{
   font-size:16px;
   color:#333;
   font-weight:normal;
   line-height:16px;
   margin-bottom:5px;
   font-weight:bold;
   overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;
}
.zd-box .zd-txt p{
   font-size:14px;
   color:#666;
   line-height:20px;
   // text-align: justify;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
   overflow: hidden;
}
.zd-box .zd-rg{
  float: right;
   width:30px;
   text-align: center;
   padding-top:36px;
   height:90px;
   border-left:1px solid #eee;

}
.zd-box .zd-rg:hover{
   background:#f7f7f7;
}

.placeholder {
    position: absolute;
    display: block;
    width: 10px;
    height: 35px;
    top: -35px;
    display: block;
}
.target{
  position:relative;
}

.wendaxq .comment .login_reg a{
   padding:0 !important;
}




.link-box{
    background:#f5f5f5;
}
.link-box .link-yq{
    width:1200px;
    margin:0 auto;
    padding-top:30px;
    box-sizing:border-box;
}
.link-box .link-yq h2{
   font-size:18px;
   color:#333;
   margin-bottom:10px;
}
.link-box .link-yq .list_a{
    overflow:hidden;
    padding-bottom:25px;
    border-bottom:1px solid #ddd;
}
.link-box .link-yq .list_a a{
      font-size:14px;
      color:#666;
      margin-right:15px;
      margin-bottom:5px;
      float: left;
}

/*新增*/
.header .top h1{
    font-size:14px;
    color: #999;
    line-height: 40px;
    margin-right: 55px;
    float: left;
}


        *{
            margin:0;
            padding: 0;
            box-sizing: border-box;
        }

        .code{
            width: 400px;
            margin:0 10px;
        }
        .input-val{
            width: 295px;
            background: #ffffff;
            height: 2.8rem;
            padding: 0 2%;
            border-radius: 5px;
            border: none;
            border: 1px solid rgba(0,0,0,.2);
            font-size: 1.0625rem;
        }
        #canvas{
            float:right;
            display: inline-block;
            border:1px solid #ccc;
            border-radius: 5px;
            cursor: pointer;
        }
